home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / source / timeoutread.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-15  |  127 b   |  9 lines

  1. #ifndef TIMEOUTREAD_H
  2. #define TIMEOUTREAD_H
  3.  
  4. #define TIMEOUTREAD(s,fd) (((s) << 10) | (fd))
  5.  
  6. extern int timeoutread();
  7.  
  8. #endif
  9.